Custom focus drawing interface. More...
Public Member Functions | |
virtual bool | drawFocusOnTop ()=0 |
virtual bool | getFocusPath (CGraphicsPath &outPath)=0 |
Custom focus drawing interface.
If focus drawing is enabled custom views can implement this interface to set a custom shape to be drawn if the view is the focus view.
virtual bool drawFocusOnTop | ( | ) | [pure virtual] |
virtual bool getFocusPath | ( | CGraphicsPath & | outPath | ) | [pure virtual] |
the graphics path will be drawn filled with the evenodd method and the color set in CFrame::setFocusColor()
Implemented in CCheckBox, CTextButton, CControl, CKnob, and CParamDisplay.